github.com/klauspost/compress/flate.decompressor.step (field)

17 uses

	github.com/klauspost/compress/flate (current package)
		inflate.go#L319: 	step      step
		inflate.go#L649: 		f.step = copyData
		inflate.go#L662: 	f.step = nextBlock
		inflate.go#L666: 	switch f.step {
		inflate.go#L786: 		step:     nextBlock,
		inflate.go#L807: 	f.step = nextBlock
		inflate.go#L826: 	f.step = nextBlock
		inflate_gen.go#L88: 				f.step = huffmanBytesBuffer
		inflate_gen.go#L254: 			f.step = huffmanBytesBuffer // We need to continue this work
		inflate_gen.go#L339: 				f.step = huffmanBytesReader
		inflate_gen.go#L505: 			f.step = huffmanBytesReader // We need to continue this work
		inflate_gen.go#L590: 				f.step = huffmanBufioReader
		inflate_gen.go#L756: 			f.step = huffmanBufioReader // We need to continue this work
		inflate_gen.go#L841: 				f.step = huffmanStringsReader
		inflate_gen.go#L1007: 			f.step = huffmanStringsReader // We need to continue this work
		inflate_gen.go#L1092: 				f.step = huffmanGenericReader
		inflate_gen.go#L1258: 			f.step = huffmanGenericReader // We need to continue this work